CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl 算法

搜索资源列表

  1. OpenGL 椭圆绘制

    0下载:
  2. 就是用OpenGL在VC上写的绘制椭圆的算法 是中点方法
  3. 所属分类:OpenGL

    • 发布日期:2008-11-02
    • 文件大小:219774
    • 提供者:askry31
  1. openGL自动生成迷宫

    2下载:
  2. 使用OPenGL编写的自动生成迷宫的算法。
  3. 所属分类:Windows编程

    • 发布日期:2010-12-31
    • 文件大小:1237993
    • 提供者:ffyiyp@163.com
  1. VisualCOpenGL.rar

    0下载:
  2. OpengL编程技术和VC++,有相关算法,OpengL programming techniques and VC++, there is correlation algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:594120
    • 提供者:顾建伟
  1. line.rar

    0下载:
  2. 画线算法,bresenham画线算法,opengl,bresenham line-drawing procedure
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:953
    • 提供者:小胖
  1. test12

    0下载:
  2. 采用aabb的层次包围盒算法进行碰撞检测,VC++,OPENGL-OPENGL
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1075701
    • 提供者:柳岸
  1. OpenGL

    0下载:
  2. 此源码是vs2005。mfc单文档实现opengl的一些基本功能,包括:点,直线,虚线,三角形,sierpinski,实现鼠标拖动的和bresham算法,和中点园算法..也可以输入坐标点-It s based on Opengl,and it can draw points,lines,triangle,polygon.cricle,use some algorithm such as bresham amd mid_circle...you can also use mouse or set
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:189277
    • 提供者:何龙
  1. Tsai-SFS

    0下载:
  2. SFS Tsai算法实现单色目三维立体重建,opengl实现图形绘制-SFS Tsai algorithm monochrome three-dimensional reconstruction of head, opengl graphics rendering
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4532850
    • 提供者:Kenel
  1. opengl

    0下载:
  2. 简单的opengl画一个齿轮及圆柱,包括算法及框架-Opengl draw a simple gear and cylinder, including the algorithm and the framework
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:10892
    • 提供者:肥猪流
  1. draw_round-opengl

    0下载:
  2. 使用 VC++ 实现 opengl画圆,算法实现。-Use VC++ Achieve opengl drawcircle, algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:9145
    • 提供者:程功
  1. OpenGL

    0下载:
  2. OpenGL教程的详细说明,及其中的算法设计和用Visual C++实现-OpenGL Tutorial detailed descr iption of the algorithm and its design and use Visual C++ Achieve
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:637445
    • 提供者:青青
  1. AntiDisline

    1下载:
  2. opengl反走样算法和加权区域采样反走样算法-opengl Anti-aliasing algorithm and weighted area sampling anti-aliasing algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:36128
    • 提供者:侯锦
  1. zj

    0下载:
  2. OPENGL画动态直线用Brashem算法实现-OPENGL draw a straight line with the dynamic algorithm Brashem
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:1893115
    • 提供者:苏秋玲
  1. circlePaint

    0下载:
  2. opengl编写的一个基本的画直线算法 太原理工大学习题作业-opengl prepared a basic draw a straight line algorithm operation Taiyuan University of Technology Exercises
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:832
    • 提供者:栾钦波
  1. Surtherland

    0下载:
  2. 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:1553
    • 提供者:刘娟
  1. 1111111111111111

    0下载:
  2. 个有OPENGL实验的一个裁剪算法,用的是 sutherland-cohen的算法-an experimental OpenGL is a cutting algorithm, using the Sutherland-cohen algorithm-OPENGL experiments which have a cutting algorithm is used in the sutherland-cohen algorithm-an experimental OpenGL is a cutt
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:dawei
  1. opengl

    0下载:
  2. 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:3467
    • 提供者:猫子
  1. include

    0下载:
  2. 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。-Principles of understanding the generation of curves, the curves have several common generation algorithm, using VC+ OpenGL to achieve Bezier curve generation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:5500
    • 提供者:zhanyun
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:4189
    • 提供者:zhanyun
  1. quxian

    0下载:
  2. 利用VC+OpenGL实现Bezier曲线生成算法。-VC+ OpenGL using Bezier curve generation algorithm to achieve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:299885
    • 提供者:zengyunyun
  1. Robot-opengl

    0下载:
  2. 该代码是利用图形工具opengl仿真机器人的,对于研发机器人有一定的帮助的,里面用了自己的算法思想,可以动态行走-The code is the use of graphical tools opengl simulation robot, robots for research and development will certainly help, and which algorithm to use his own ideas, can be dynamic walking
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:942320
    • 提供者:ltx
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com